home *** CD-ROM | disk | FTP | other *** search
/ Macademic for Students & Teachers / Macademic for Students and Teachers (Quantum Leap)(1992).iso / Mathematics / PowerMath Demo / Help Folder / Functions < prev    next >
Encoding:
Text File  |  1980-01-01  |  1.5 KB  |  39 lines  |  [TEXT/MACA]

  1. Functions
  2.  
  3. These functions are built into PowerMath.  You do not need to have a Function Slate open to use these.
  4.  
  5. Transcendental Functions:
  6. COS[Expression]   : Cosine of "Expression."  "Expression" is in radians. 
  7. SIN [Expression]   : Sine of "Expression."  "Expression" is in radians.
  8. TAN[Expression]   : Tangent of "Expression."  "Expression" is in radians.
  9. ATAN[Expression] : Angle (in Radians) whose tangent is "Expression."
  10.  
  11. Logarithmic Functions:
  12. LOG(Expression;Base)  : Log of "Expression" to "Base" specified.  Base may be any number or expression (such as the constant e).
  13.  
  14. Constants:
  15.  
  16. Pi          : 3.14159265358979323855
  17. π          : Same as Pi
  18. e           : 2.718281828459045235360
  19.  
  20. Calculus :
  21. INT(Expression; Variable; N)   : Integrate "Expression" with respect to "Variable", "N" times.  If N=1, it need not be included.
  22.  
  23. DIF(Expression; Variable; N)  : Differentiate "Expression" with respect to "Variable", "N" times, If N=1, it need not be included.
  24.  
  25. TAYLOR[Expression; Var;A;N] 
  26. Expand "Expression" around the variable "Var" (with "Var" equal to "A") to "N" terms.
  27.  
  28. Others :
  29. ABS [Expression] : Find absolute value of "Expression"
  30.  
  31. FACTORIAL(Expression) : Calculate the factorial value of "Expression"
  32.  
  33. ROOT [Expression; N] : Calculate the Nth Root of "Expression."  If N=2, it need not be included.
  34.  
  35. SUBS(ExpressionA;Variable;ExpressionB) : Substitute "ExpressionA"  for "Variable" in "ExpressionB."
  36.  
  37. POWER(ExpressionA;ExpressionB) 
  38. Raise "ExpressionA"  to power defined by "ExpressionB."
  39.